UndoManagersDispatcher Class Methods
In This Topic
For a list of all methods of this type, see
UndoManagersDispatcher<T>.
Public Methods
| Name | Description |
 | Dispose | Disposes the dispatcher. |
 | GetUndoManager | Returns the undo manager for the specified item. |
Protected Methods
| Name | Description |
 | AddItem | Adds the specified item to the items, which are monitored by this dispatcher, and creates the undo manager for the item. |
 | OnChanged | Raises the Changed event. |
 | RemoveAllItems | Removes all items, which are monitored by this dispatcher, and disposes all undo managers of the items. |
 | RemoveItem | Removes the specified item from the items, which are monitored by this dispatcher, and disposes the undo manager of the item. |
See Also